projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acf583b
)
Autoload `split-string-shell-command'
author
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 15 Jul 2021 15:04:00 +0000
(17:04 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 15 Jul 2021 15:04:26 +0000
(17:04 +0200)
* lisp/shell.el (split-string-shell-command): Autoload.
lisp/shell.el
patch
|
blob
|
history
diff --git
a/lisp/shell.el
b/lisp/shell.el
index 5444b5837c259a566451f58ad02ecef13b76c7f6..5aab80d1031087910a13d685c42c0a426cf6f04a 100644
(file)
--- a/
lisp/shell.el
+++ b/
lisp/shell.el
@@
-459,6
+459,7
@@
Useful for shells like zsh that has this feature."
(push (mapconcat #'identity (nreverse arg) "") args)))
(cons (nreverse args) (nreverse begins)))))
+;;;###autoload
(defun split-string-shell-command (string)
"Split STRING (a shell command) into a list of strings.
General shell syntax, like single and double quoting, as well as